home *** CD-ROM | disk | FTP | other *** search
/ Clickx 23 / Clickx 23.iso / Menu.dcr / 00116_URL2B.ls < prev    next >
Encoding:
Text File  |  2005-09-14  |  396 b   |  24 lines

  1. on mouseUp
  2.   baOpenURL("http://be.sitestat.com/kinepolis/kinepolis/s?Clickx.150103.OffLikeMikeSite&ns_type=clickin", "maximised")
  3. end
  4.  
  5. on beginSprite me
  6.   if inside(point(the mouseH, the mouseV), sprite(me.spriteNum).rect) and not (the mouseDown) then
  7.     cursor(280)
  8.   else
  9.     cursor(0)
  10.   end if
  11. end
  12.  
  13. on mouseEnter
  14.   cursor(280)
  15. end
  16.  
  17. on mouseLeave
  18.   cursor(0)
  19. end
  20.  
  21. on endSprite
  22.   cursor(0)
  23. end
  24.